-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve brimcap error handling #2955
Conversation
Zui displays a Node exception if brimcap exits without reading its standard input to EOF. Display an error toast with details instead.
I tested out the branch with the pcap from #2926 (comment). The error presentation is improved enough that I'd consider this a fix for #2926. |
This comment was marked as resolved.
This comment was marked as resolved.
@jameskerr: The e2e test looks good. FYI, I made a temporary branch based on this branch to which I merged At this point I think I'm good with this one merging, but since @nwt was already involved in this code and I know the Zui/Brimcap error channel has some complexities, I'd feel better if he had a chance to give it a 👍 first. I guess since he opened the PR he technically can't be the one to click "Approve" but I'll wait for him to give the word somewhere and then I'll do the clicking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nwt and I talked offline and he didn't feel he had more to add to the review, so I'm hereby giving it the 👍.
Zui displays a Node exception if brimcap exits without reading its standard input to EOF. Display an error toast with details instead.
Update, here's how the branch looks now.
brimcap_error.mp4
Closes #2926